SftTree/OCX 7.0

SftTree.SelCount Property

Softel vdm, Inc.

Returns the number of currently selected items.

Deprecated - Provided for compatibility with earlier versions only - Use Items.SelectionCount instead

Syntax       

Get

VB.NET

Count = object.SelCount  As Integer

VB

Count = object.SelCount  As Long

C#.NET

int Count = object.SelCount;

VC++

long Count = object->SelCount;
long Count = object->GetSelCount();

C

HRESULT object->get_SelCount(long* Count);

Delphi

Count := object.SelCount   : Integer;

object

A SftTree object.

Count

Returns the number of currently selected items.

Comments

Deprecated - Provided for compatibility with earlier versions only - Use Items.SelectionCount instead

The SelCount property returns the number of currently selected items.

The Items.SelectionGroups property returns the number of groups of selected items.

See Also  SftTree Object | Object Hierarchy


Feedback / comments / error reports for this topic
© 2015 - Softel vdm, Inc. - www.softelvdm.com